remove arrow dropdown bootstrap

61

remove arrow dropdown bootstrap -

Simply remove "dropdown-toggle" class from the element. The dropdown will still work if you have the data-toggle attribute as follows

<button role="button" type="button" class="btn" data-toggle="dropdown"> 
    Dropdown Without Arrow
</button>

Comments

Submit
0 Comments